home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Configuration.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  80 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Configuration" oor:package="org.openoffice.ucb" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains components and templates used for UCB configuration related data. </desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="ContentProviderData">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains data describing the configuration parameters of a Content Provider.</desc>
  16.             </info>
  17.             <prop oor:name="ServiceName" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the name of the UNO service to be used to instantiate the UCP.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="URLTemplate" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Contains the URL template.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Arguments" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Contains additional arguments for UCP creation.</desc>
  36.                 </info>
  37.             </prop>
  38.         </group>
  39.         <group oor:name="ContentProvidersDataSecondaryKeys">
  40.  
  41.             <info>
  42.  
  43.                 <desc>Specifies secondary keys for Content Provider configuration data.</desc>
  44.             </info>
  45.             <set oor:name="ProviderData" oor:node-type="ContentProviderData">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>Specifies a set of Content Provider configuration data for the UCB.</desc>
  50.                 </info>
  51.             </set>
  52.         </group>
  53.         <group oor:name="ContentProvidersDataPrimaryKeys">
  54.  
  55.             <info>
  56.  
  57.                 <desc>Specifies primary keys for Content Provider configuration data.</desc>
  58.             </info>
  59.             <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys">
  60.  
  61.                 <info>
  62.  
  63.                     <desc>Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc>
  64.                 </info>
  65.             </set>
  66.         </group>
  67.     </templates>
  68.     <component>
  69.  
  70.         <set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys">
  71.  
  72.             <info>
  73.  
  74.                 <desc>Contains a root entry for Content Provider configurations.</desc>
  75.             </info>
  76.         </set>
  77.     </component>
  78. </oor:component-schema>
  79.  
  80.